*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:100%;overflow:hidden;font-family:'Space Mono',monospace;background:#000;color:#f0f0f0}body{background:radial-gradient(ellipse at center,#1a1a1a 0,#000 100%);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:1rem;height:100vh}main{display:flex;flex-direction:column;align-items:center;justify-content:center}img.logo{width:100px;height:auto;margin-bottom:1.5rem}h1{font-size:clamp(1.75rem,5vw,3rem);font-weight:700;color:#39FF14;line-height:1.2;margin-bottom:1rem}p.sub{font-size:clamp(1rem,2.5vw,1.25rem);font-weight:400;max-width:600px;margin-bottom:2rem;line-height:1.6;opacity:.9}a.cta{display:inline-block;background:#39FF14;color:#000;font-family:'Space Mono',monospace;font-size:1.1rem;font-weight:700;text-decoration:none;padding:.9rem 1.75rem;border-radius:4px;transition:transform .2s ease,box-shadow .2s ease}a.cta:hover{transform:translateY(-2px);box-shadow:0 6px 12px rgba(57,255,20,0.3)}a.cta:focus{outline:2px solid #39FF14;outline-offset:3px}#cookie-banner{display:none;position:fixed;bottom:0;left:0;width:100%;background:#1a1a1a;padding:1rem;box-shadow:0 -2px 10px rgba(0,0,0,0.5);z-index:1000;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}@media(min-width:600px){#cookie-banner{flex-wrap:nowrap;justify-content:space-between;padding:1rem 2rem}}#cookie-banner p{margin:0;font-size:.9rem;flex-grow:1;text-align:center}@media(min-width:600px){#cookie-banner p{text-align:left}}button#accept-cookies{background:#39FF14;color:#000;border:none;padding:.6rem 1rem;font-size:.9rem;font-weight:700;border-radius:4px;cursor:pointer;font-family:'Space Mono',monospace;transition:background .2s ease}button#accept-cookies:hover{background:#50ff30}button#accept-cookies:focus{outline:2px solid #39FF14;outline-offset:2px}